home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC-SIG: Essential Home & Business
/
PC-SIG - Essential Home and Business Collection.iso
/
17
/
4
/
8
/
VEHEXP
/
TYPEDOC.BAT
< prev
next >
Wrap
DOS Batch File
|
1988-10-11
|
607b
|
16 lines
echo off
cls
echo **********************
echo Prepare to print 8 pages of documentation for VEHEXP31.EXE
echo **********************
echo Line up printer paper perforation with top of printer printhead
echo **********************
echo Press CTRL C to ABORT
echo **********************
pause
type vehexp31.txt>prn
cls
echo **********************
echo Printing completed
echo **********************